-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: release binaries #105
Conversation
a5f13f9
to
082da69
Compare
9878c46
to
52a82e6
Compare
I think the command The documentation isn't super clear on how the |
326bb64
to
70b220c
Compare
70b220c
to
344ba07
Compare
@@ -17,7 +16,7 @@ $ npm install -g @herodevs/cli | |||
$ hd COMMAND | |||
running command... | |||
$ hd (--version) | |||
@herodevs/cli/2.0.0 darwin-arm64 node-v22.14.0 | |||
@herodevs/cli/2.0.0 darwin-arm64 node-v22.13.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: should this be @herodevs/cli/1.0.0-beta
This comment also applies to all other instances of @herodevs/cli/2.0.0
(and "version": "2.0.0") in this PR
* chore: set draft to true while still wip * chore: fix package versions * chore: add github token to publish step * chore: debug publish ci step * chore: add more debugging * chore: revert to hd-* for upload artifact * chore: try different token for npm publish * chore: add missing registry-url * chore: moar debug * chore: add missing --no-xz to win build * chore: fix files glob in final step
No description provided.